pggeodb.nancy.inra.fr/db_woodseer - db_woodseer on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Foreign Key: c_fk_fil_mobj

 

 

Schema

public

 

Table

t_measure_mobj

 

Descriptions

a measure can be attached to O or 1 file

 

Definition

FOREIGN KEY (mobj_fil_id)
   REFERENCES public.tr_file_fil(fil_id)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 07/12/2018 13:23
Previous topic Chapter index Next topic